Neos-Metaverse / NeosPublic

A public issue/wiki only repository for the NeosVR project
193 stars 9 forks source link

Support for Regex Expressions #3070

Open TehTurk opened 3 years ago

TehTurk commented 3 years ago

Is your feature request related to a problem? Please describe.

Was following #3066 and realized it used Regex underlying and then on that realized we don't have an issue for it.

Regex can be related to many problems, but it's goal is to solve.the problem of parsing unwieldy text, or needing certain ways to systematically parse a large text document.

Relevant issues

No response

Describe the solution you'd like

A way for Regex to be exposed either in Logix or natively in Text Input. (unsure if that'd work, but I know things like math equations have been asked to evaluate in text as well similar to Blender)

Describe alternatives you've considered

None currently, cept parsing things manually.

Additional context

No response

shadowpanther commented 3 years ago

I suspect that the full functionality of regex (like, pattern matching) would require collections.

TehTurk commented 3 years ago

I concur, but joting down for tracking/discussion