Builder vs Custom regex
This decides whether SERPbeam generates the expression for you or you write the regex yourself.
Builder is the safe default. Each line you enter is treated as literal text, regex characters are escaped automatically, and the Match behavior, Multiple terms and Case-sensitive controls determine the pattern.
- Builder: entering
acme.comis interpreted literally and becomesacme\.com, so the dot does not act as a wildcard. - Custom regex: SERPbeam uses the expression exactly as you type it. Builder-only controls such as Contains, Starts with, OR/AND and the case-sensitive checkbox no longer modify that custom expression.
- Dimension and Filter action still matter in Custom mode: Queries vs Pages changes where you use the filter, while Matches vs Doesn't match changes which rows are included.
- Switching modes does not erase the other mode: your Builder terms and Custom regex are kept separately while you move between them.