Skip to content

Fix sed whitespace pattern to use POSIX character class#5

Merged
soundsnw merged 1 commit into
masterfrom
claude/fix-sed-whitespace-pattern-32Rr3
Mar 29, 2026
Merged

Fix sed whitespace pattern to use POSIX character class#5
soundsnw merged 1 commit into
masterfrom
claude/fix-sed-whitespace-pattern-32Rr3

Conversation

@soundsnw

Copy link
Copy Markdown
Owner

Replace 's/^[ \t]//' with 's/^[[:space:]]*//' to use the portable POSIX character class for whitespace and remove all leading whitespace, not just one character.

https://claude.ai/code/session_017SSjgyrq8utsw4uRhWtHCH

Replace 's/^[ \t]//' with 's/^[[:space:]]*//' to use the portable POSIX
character class for whitespace and remove all leading whitespace, not just one character.

https://claude.ai/code/session_017SSjgyrq8utsw4uRhWtHCH
@soundsnw
soundsnw merged this pull request into master Mar 29, 2026
1 check passed
@soundsnw
soundsnw deleted the claude/fix-sed-whitespace-pattern-32Rr3 branch April 4, 2026 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants