简体   繁体   中英

How can I programatically access Stream Editor?

I'm looking for a tool/package (preferably in JavaScript or Python) that can access SED or perform the same functionality as SED tools.

In my case, I wanted to output specific text data from a file that is accessed via API calls. One solution was to use stream editor. However, I can't seem to find some way to programatically access Does anyone know of such a tool? Or can point me in the right direction?

sed(1) uses a general concept called Regular Expression , which you should read about. Both JavaScript and Python have built-in support for regular expression matching and substitution.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM