Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8976521
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T19:09:48+00:00 2026-06-15T19:09:48+00:00

So am trying to do a basic bbcode parsing (just for embed tag) but

  • 0

So am trying to do a basic bbcode parsing (just for embed tag) but it’s been a while I didn’t play around with regexp so I’m asking help on this one.
I’d like to match all ... so I use:

var regexp = new RegExp(/\.*\[\/embed\]/ig);
console.log(regexp.test(content));

I got many false while I should only have true.

Jsfiddle available here : http://jsfiddle.net/5rxu5/3/

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T19:09:50+00:00Added an answer on June 15, 2026 at 7:09 pm

    This should work:

    var reg = new RegExp(/\[embed\](.*?)\[\/embed\]/i);
    $('.wmd-output').each(function() {
        var content = $(this).html();
        alert(reg.test(content));
    });
    

    Here is the jsfiddle link which alerts true for all cases: http://jsfiddle.net/UVy45/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying something very basic, but I just can't figure out why this won't
I'm trying the basic jMonkey but I get this exception jun 27, 2012 9:25:08
Im trying to make a basic while loop example im preperation for my next
i'm trying to create basic application on Play Frramework(1.2.2) + siena (2.0.2) + crudsiena(2.0.1)
I'm trying to implement basic three tier architecture with mvc 3. but getting an
I'm trying out this basic authentication using jQuery. But nothing happens when I enter
I've been trying basic toString on the javascript date object, and after it wasn't
I have been trying out some basic exercises involving loops. Can someone tell me
I'm just learning classes so I'm trying something basic. I have a class called
I'm trying to implement basic placeholder logic with jquery for textarea.. But there is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.