Regular Expressions 101

Community Patterns

Stripping tags from ajax response

1

Regular Expression
ECMAScript (JavaScript)

/
<!-- AppInternalsXpert BMX Integration Begin -->(.*[\s\S]*)<!-- AppInternalsXpert BMX Integration End -->
/
img

Description

With this regex, is possible to strip som parts of response

Submitted by anonymous - 6 years ago