RegEx Capture? #1384
HaydnChambers
started this conversation in
Ideas
RegEx Capture?
#1384
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for a way to reduplicate a part of a word for adverbs in my language to imply a more emphasized meaning. I wish I could capture a part of the word and then have it go to the output, so "so" would become "soso" after capturing the whole word in this case, if that makes any sense.
Maybe a new feature for automatic reduplication isn't needed, but I don't know how to do it otherwise. Does Polyglot even make use of captures in RegEx or is it just to change phonemes in simulated evolution and prefixes and infixes and stuff?
Beta Was this translation helpful? Give feedback.
All reactions