0

I need to extract text between two single quotes (") into the field "my_description":

description="Env: Application: Upgrade App for SNOW from 1.0.0 to 2.0.0 on server myserver.mydomain.com. This is being done to support the upcoming upgrade to the Patch 3 release.

All changes and post-implementation verification will be done. This has been tested successfully in lower environments."

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
mlevsh
  • 1
  • 2
    Does this answer your question? [RegEx: Grabbing values between quotation marks](https://stackoverflow.com/questions/171480/regex-grabbing-values-between-quotation-marks) – Koen Jun 28 '20 at 13:36

1 Answers1

0

I don't know what you mean with the

into the field "my_description"

part, but you can find the answer here

RegEx: Grabbing values between quotation marks

Koen
  • 174
  • 1
  • 10