Start a new topic

REGEX: Exclude word(s) from selection.

This works in Perl etc. but not in Java:


image


https://regex101.com/r/dN2xH3/25


It'd be nice to have this in CafeTran too. Here's what I've found as a work around for Java:


image


https://stackoverflow.com/questions/24534782/how-do-skip-or-f-work-on-regex


With this it should be possible to create a regular expression for CafeTran that allows exclusion of specified words in a selection:


image



Login to post a comment