Help me to split text

I want to split text

["{"Default":true}"]

to

["Default"]

There are 2 mothods

1st method

Split at " then you got a list then you get Default by select list item 3 or you can use Replacement text block to remove unnecessary text…

2nd method

you can use Segment text block with start at text to fetch your desired text