oliverthered

inkscape extension upgrade regex

Nov 11th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. '$([\s]*)str[\s]' : 'type=$1str '
  2. 'OptionParser.add_option' : 'arg_parser.add_argument'
  3. 'action="store"' : ''
  4. ',[\s']*,' : ','
  5. 'type="inkbool"' : 'type=inkex.Boolean'
  6. 'type=\"(.*)\"' : 'type=$1'
  7. 'type=string' : 'type=str'
  8. 'print (.+)' : 'print\($1\)'
Advertisement
Add Comment
Please, Sign In to add comment