# HG changeset patch # User iuc # Date 1759999142 0 # Node ID 8da8330208f472076fafe07e6108c3ac731f1da1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/regex_switch commit 502f06ff9cb9edd0eceaba726b2cc848757e34dd diff -r 000000000000 -r 8da8330208f4 regex_switch.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/regex_switch.xml Thu Oct 09 08:39:02 2025 +0000 @@ -0,0 +1,61 @@ + + boolean from regex on element identifier + + 1.0.0 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 000000000000 -r 8da8330208f4 test-data/sample.csv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/sample.csv Thu Oct 09 08:39:02 2025 +0000 @@ -0,0 +1,2 @@ +col1,col2 +1,2 \ No newline at end of file diff -r 000000000000 -r 8da8330208f4 test-data/table.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/table.tsv Thu Oct 09 08:39:02 2025 +0000 @@ -0,0 +1,2 @@ +col1 col2 +1 2 \ No newline at end of file