05-28-2016, 04:28 PM
(This post was last modified: 05-28-2016, 04:31 PM by Jfighter. Edited 1 time in total.)
RegEx Replace Component Bug
Overview: This component acts as a relay(passes on whatever comes in) instead of applying any RegEx.
Reproduction:
Actual: The sound synthesizer says "olive garden"
RegEx Find Component Bug
Overview: This component stops all signals instead of letting through signals that match the expression. I could not find any expression that lets through a signal.
Reproduction:
Actual: Nothing happens
Overview: This component acts as a relay(passes on whatever comes in) instead of applying any RegEx.
Reproduction:
- Link up Button > RegEx Replace > Sound Synthesizer
- Set the signal for the button to "olive garden"(no quotes)
- Set the expression for the RegEx to /olive//g
- Press the Button
Actual: The sound synthesizer says "olive garden"
RegEx Find Component Bug
Overview: This component stops all signals instead of letting through signals that match the expression. I could not find any expression that lets through a signal.
Reproduction:
- Link up Button > RegEx Find > Sound Synthesizer
- Set the signal for the button to "olive garden"(no quotes)
- Set the expression for the RegEx to /olive/
- Press the Button
Actual: Nothing happens