Catch matches up to a string
This regex works:
sometext="([^"]+)" which catches all text between sometext quotes: […]
Original post by peak@devshed
This regex works:
sometext="([^"]+)" which catches all text between sometext quotes: […]
Original post by peak@devshed
Leave a Reply
You must be logged in to post a comment.