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 9120815
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T05:42:31+00:00 2026-06-17T05:42:31+00:00

Basically I have something like this: <script> function myfunction(){ var data = CKEDITOR.instances.editable.getData(); alert(data);

  • 0

Basically I have something like this:

<script>
    function myfunction(){
        var data = CKEDITOR.instances.editable.getData();
        alert(data);
    }
</script>

What I want to do is, if data does not match this:

<h2>Any text allowed here but only text<h2> 

I want to warn the user.
How can I do this?
Thank you..

I will edit my question, I guess it was not clear enough..

the data variable is read from somewhere. It is not important.
When a button is clicked, this function is called.
The data variable ( which is a string ) can only be something like this:

<h2> ANY TEXT HERE </h2>

So these are not allowed:

Anytext
<h1>any text</h1>
<a href=..>

Thank you.

  • 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-17T05:42:32+00:00Added an answer on June 17, 2026 at 5:42 am

    Version 1:

    var pattern = /<h2>[^\d]+<\/h2>/;
    console.log(pattern.test('<h2>asf</h2>'));
    

    This will prevent any numbers but accept only plain letters.

    Version 2:

    var pattern = /<h2>[A-Za-z]+<\/h2>/;
        console.log(pattern.test('<h2>asf</h2>'));
    

    Which will accept A-Za-z only inbetween tags

    Version 3:

       var pattern = /<h2>[^\<\>\/\d]+<\/h2>/;
        console.log(pattern.test('<h2>asf?1.,</h2>'));
    

    This will accept anything except numbers and to prevent any closing tags

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

Sidebar

Related Questions

So basically I have something like this <div class=iframe-holder> <span></span> <iframe src=iframe.html width=200 height=200
So I wanted to have something like in this image . Basically you have
Basically, is it possible to do something like.... <a href=link onClick=clicked();>Click me!</a> <script> function
I basically have something like this: <div id=slide-1 style=display:none;> Not too important stuff </div>
I have a stored procedure which basically does something like select top 1 expiryDate,
I would just like your feedback on something. Basically I have a value called
I have this little piece of code: <script> $(window).bind('beforeunload', function() { $.ajax({ async: false,
Let's say that I have a sql script that looks like this: --split statement
In my domain I have something called Project which basically holds a lot of
I'm at my wits end, and it's probably something really simple. Basically I've have

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.