Share via

Brackets

Anonymous
2025-01-01T19:38:55+00:00

In a thousand-page text that contains Arabic and English words, how can I put the English words in brackets with replace all?

Microsoft 365 and Office | Word | For education | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Paul Edstein 82,861 Reputation points Volunteer Moderator
    2025-01-01T20:21:44+00:00

    You could use a wildcard Find/Replace, where:

    Find = <[A-Za-z]@>

    Replace = (^&)

    If you end up with English phrases looking like (hello) (world), another wildcard Find/Replace will clean those up:

    Find = ) (

    Replace = ^32

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments