You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small problem at 'Combining searching and extracting' section
Under Example of Details: http://source.sakaiproject.org/viewsvn/?view=rev&rev=39772.
There is an extra period character in the regular expression '^Details:.*rev=([0-9.]+)'. As you explained in the next paragraph, it may be '^Details:.*rev=([0-9]+)'
The text was updated successfully, but these errors were encountered:
A small problem at 'Combining searching and extracting' section
Under Example of
Details: http://source.sakaiproject.org/viewsvn/?view=rev&rev=39772
.There is an extra period character in the regular expression
'^Details:.*rev=([0-9.]+)'
. As you explained in the next paragraph, it may be'^Details:.*rev=([0-9]+)'
The text was updated successfully, but these errors were encountered: