Skip to content

Commit

Permalink
Merge pull request #10 from skybet/GS-754
Browse files Browse the repository at this point in the history
[refs GS-754] Add support for regex lookahead and lookbehind
  • Loading branch information
andrewmunro authored Jul 31, 2018
2 parents 9261099 + 2c7cc46 commit d008430
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ import (
"html"
"math"
"path"
"regexp"
"strings"
"unicode"
"unicode/utf8"

"github.com/h2so5/goback/regexp"
)

// Contains check if the string contains the substring.
Expand Down

0 comments on commit d008430

Please sign in to comment.