Regular expressions: Difference between revisions

m
added brief note for people trying to learn about J's regex support
m (added brief note for people trying to learn about J's regex support)
Line 337:
<lang j> ('am';'am still') rxrplc str
I am still a string</lang>
 
Note: use<lang J> open'regex'</lang> to read the source code for the library. The comments list 6 main definitions and a dozen utility definitions.
 
=={{header|Java}}==
6,962

edits