Extracting month and year from a string in Effect Typescript library

Would I need to define a transformer to extract month and year from string like "01-2024", or is there anything built in that would do that?
Was this page helpful?