notmeatleast
Programmer
Hi,
I want to use regular expressions to find the index in the string that matches the pattern.
someting like:
string first <regular expresion> <string>
e.g. string first {^abc(" ")*$} "abc rf"
blah blah blah
Could you giude me through this.
Thanks
I want to use regular expressions to find the index in the string that matches the pattern.
someting like:
string first <regular expresion> <string>
e.g. string first {^abc(" ")*$} "abc rf"
blah blah blah
Could you giude me through this.
Thanks