Browse Source
Tested with busybox 1.28.3 in OpenWrt:
# echo '{abc}' | egrep -o "{[^{]*}"
egrep: bad regex '{[^{]*}': Repetition not preceded by valid expression
# echo '{abc}' | egrep -o "\{[^{]*\}"
{abc}
pull/1508/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue