Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-03-12 16:50
Flavor·PCRE (Legacy)

/
(((?# FIRST TYPE OF ARGS\ )(?#start arg)("|'|`)(?#\ )(?#arg)(?<arg>(?# whole repeat pattern)((?!\3)(?(?!\\).|..))*)(?#\ )(?#end arg)\3(?#\ ))|((?# SECOND TYPE OF ARGS\ )(?#start arg)(^|\s+)(?#\ )(?#arg)(?<arg_>(?#whole repeat pattern)((?!\s|$)(?(?!\\).|..))+)(?#\ )))(?#\ skipping trailing whitespaces)(\s|^|$)*(?=(\s|^|$|"|'|`))
/
gm
Open regex in editor

Description

Split Command Line in all of his arguments

Submitted by anonymous