Regex Leading and Trailing Whitespace


/ Published in: Regular Expression
Save to your folder(s)

Leading and Trailing Whitespace


Copy this code and paste it in your HTML
  1. ^[ \s]+|[ \s]+$

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.