nodexr icon indicating copy to clipboard operation
nodexr copied to clipboard

Graphical regular expression editor

Results 10 nodexr issues
Sort by recently updated
recently updated
newest added

Hi, I'm writing a Trading application, I need a node-based logic editor, will this work for my needs, does it have a start node and end node, custom node example,...

Would also affect move and delete operations.

enhancement

`[a-zA-Z]` -> Wildcard set to 'letters' `[0-9]` -> Wildcard set to 'digits' (but this would create inconsistency with the parsed expression, so might be best avoided) Variant of `[ \t\r\n]`...

enhancement
parsing

Currently the parser fails if the `{` is not followed by a digit.

bug

This may not fill a need with what you are doing with your project, but after messing around with your code, Which was super easy to figure out enough to...

The node editor is really beautiful. If it is difficult to extract the editor into it's own package as you indicated in https://github.com/Jcparkyn/nodexr/issues/117 do you think you could do a...