I get: Gabby Hayes Show (1956), The
Posted: 15 Jul 2025, 15:46
Again, almost perfect. { n.replaceFirst(/^(?i)(The|A|An)\s(.+)/, /$2, $1/) }
I have a show: The Gabby Hayes Show (1956) and using the code above, I get: Gabby Hayes Show (1956), The.
Is it possible to insert The before the date (1956) instead of after?
I have a show: The Gabby Hayes Show (1956) and using the code above, I get: Gabby Hayes Show (1956), The.
Is it possible to insert The before the date (1956) instead of after?