Regex example X Facebook Pocket0 LINE LinkedIn 2025/01/29 Table of contents Delete quotesExtract only the file name from the full pathConvert numbers to comma-separated format Sponsored Links Delete quotes Find(^|(?<=\n))[>] *Replace Extract only the file name from the full path Find.*\\(.+)\r\nReplace$1\r\n Convert numbers to comma-separated format Find(\d)(?=(?:\d{3})+(?!\d))Replace$1, Startup Parameters