dragoncity wrote:
> The following VWST code works fine, however in trying to convert to gst I
> cannot find much help
> in changing the REGEX line of code.
> 
> The problem is to extract all the integers from a text line and sort into
> order and print, and NO its not a class test :-),
> just a example of string manipulation from a  C++ site I think.
> 
> I've tried replaceAllRegex:with: and am getting a doesNotUndertstand error

#replacingAllRegex:with: is the name of the selector.

You can also use #allOccurrencesOfRegex:.

Paolo


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to