.. _`Rename datasource with regexp`: .. _`org.sysess.sympathy.datasources.rename`: Rename datasource with regexp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. image:: datasource_rename.svg :width: 48 Create Datasources with paths to data sources. :Ref. nodes: :ref:`Datasource` *Input ports*: :input: datasource Datasource input *Output ports*: :output: datasource Datasource output *Configuration*: **search** Part of path to replace using a regular expression. Use "$" for end of name and "^" for the beginning. **replace** Text to replace the matched parts with. Use eg. "\1" to substitute the first matched (paranthesis) group. .. automodule:: node_rename .. class:: RenameDatasource