Skip to content

sujayraaj/string-parser

Repository files navigation

styled-string-parser

License NPM Package Build status Code Coverage

A to and fro parsing utility for styled strings

Install

npm install styled-string-parser

Use

import styledStringParser from 'styled-string-parser'

console.log(styledStringParser('{`World`<a:b|c;d:e/>}')))
/* Output:
* [ { content: 'World', properties: { a: 'c', d: 'e' } } ]
*/

Related

TODO

Acknowledgments

TODO

About

String parser for dynamic strings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published